home *** CD-ROM | disk | FTP | other *** search
- ; VGA stuff..
-
- .MODEL large
- .286
- LOCALS
-
-
-
- MISC_OUTPUT equ 03c2h ;Miscellaneous Output register
- SC_INDEX equ 03c4h ;Sequence Controller Index
- GC_INDEX equ 03ceh ;Graphics Controller Index
- CRTC_INDEX equ 03d4h ;CRT Controller Index
- MAP_MASK equ 02h ;index in SC of Map Mask register
- FUN_SELECT equ 03h ;index in GC of Rotate/Function Select
- READ_MAP equ 04h ;index in GC of Read Map register
- BIT_MASK equ 08h ;index in GC of Bit Mask register
- INPUT_STATUS_1 equ 03dah ;Input Status 1 register
- START_ADDRESS_HIGH equ 0ch ;bitmap start address high byte
- START_ADDRESS_LOW equ 0dh ;bitmap start address low byte
- UNDERLINE equ 14h
- MODE_CONTROL equ 17h
- MEMORY_MODE equ 4h
- MISCELLANEOUS equ 6h
- GRAPHICS_MODE equ 5h
- OVERFLOW equ 07h ; CRTC overflow register index
- MAX_SCAN_LINE equ 09h ; CRTC maximum scan line register index
- LINE_COMPARE equ 18h ; CRTC line comp reg. index (bits 0-7 of
- ; split screen scan line
-
-
-